home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / CMPLTPAS / DUMPHELP.TXT < prev    next >
Text File  |  1988-07-13  |  679b  |  24 lines

  1. >>HEXDUMP<<  V2.00  By Jeff Duntemann
  2.              From the book, COMPLETE TURBO PASCAL 5.0
  3.              Scott, Foresman & Co. 1988
  4.              ISBN 0-673-38355-5
  5.  
  6.              This program displays a hex dump of the file specified
  7.              on the command line.
  8.  
  9.              CALLING SYNTAX:
  10.  
  11.              HEXDUMP <filename> [P[RINT]]
  12.  
  13.              where <filename> names an existing file to be dumped;
  14.              and [P[RINT]] is an optional parameter specifying that
  15.              output is to be sent to the system printer.
  16.  
  17.              EXAMPLES:
  18.  
  19.              HEXDUMP FOO.COM
  20.              HEXDUMP BAR.EXE P
  21.              HEXDUMP BAS.BIN PRINT
  22.  
  23.  
  24.